latestSwagger 2.0ShopBase Dev 1.02026-08-10153268547.4 KB

353ccde6240d

Customer

Sends an account invite to a customer.

post/admin/customers/{customer_id:[0-9]+}/send_invite.json

Request body

Example request

{
  "customer_invite": {
    "from": "steve@apple.com",
    "subject": "Customer account activation",
    "to": "bob.norman@hostmail.com"
  }
}

Response

OK

Example response

{
  "customer_invite": {
    "from": "steve@apple.com",
    "subject": "Customer account activation",
    "to": "bob.norman@hostmail.com"
  }
}